home *** CD-ROM | disk | FTP | other *** search
- // SPLINE GENERATOR SAMPLE: ANIMATION PREVIEW
- // ******************************************
-
- #include "Landscap.pov"
-
- #declare spline_file = "Smooth.spl"
- #declare spline_smoothness = 25
- #declare spline_object = sphere {<0, 0, 0>, 1
- pigment {rgb <0, 0, 1>} finish {ambient 1 diffuse 0}
- no_shadow}
-
- object {#include "ShowSpl.inc" translate <0, 5, 0>}
- camera {location <0, 60, -10> look_at <0, 0, 0>}
-